Skip to content

Fix python3 collections import#22

Open
emedinag wants to merge 1 commit intovim-scripts:masterfrom
emedinag:feature/fix-collections
Open

Fix python3 collections import#22
emedinag wants to merge 1 commit intovim-scripts:masterfrom
emedinag:feature/fix-collections

Conversation

@emedinag
Copy link

Fix error on new python versions https://stackoverflow.com/questions/70943244/attributeerror-module-collections-has-no-attribute-mutablemapping

Traceback (most recent call last):
File "", line 1, in
File "/root/.vim/bundle/Conque-GDB/autoload/conque_gdb/conque_gdb.py", line 39, in
class RegisteredBpDict(collections.abc.MutableMapping):
AttributeError: module 'collections' has no attribute 'abc'
Press ENTER or type command to continue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant